home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / WAVBRO32.EXE / WAVBROWZ.EXE / 0 / RCDATA / TRENAMEFORM / TRENAMEFORM.txt
Text File  |  1997-03-30  |  1KB  |  78 lines

  1. object RenameForm: TRenameForm
  2.   Left = 524
  3.   Top = 104
  4.   Width = 225
  5.   Height = 150
  6.   Caption = 'Rename'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 9
  18.     Top = 8
  19.     Width = 57
  20.     Height = 16
  21.     Alignment = taRightJustify
  22.     AutoSize = False
  23.     Caption = 'Rename'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 9
  27.     Top = 40
  28.     Width = 54
  29.     Height = 16
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = 'To'
  33.   end
  34.   object FromName: TEdit
  35.     Left = 73
  36.     Top = 8
  37.     Width = 120
  38.     Height = 24
  39.     TabOrder = 0
  40.   end
  41.   object RzPanel1: TRzPanel
  42.     Left = 0
  43.     Top = 77
  44.     Width = 217
  45.     Height = 46
  46.     BevelSides = [sdTop]
  47.     BorderSides = []
  48.     Align = alBottom
  49.     BevelInner = bvLowered
  50.     TabOrder = 1
  51.     object BitBtn1: TBitBtn
  52.       Left = 16
  53.       Top = 8
  54.       Width = 89
  55.       Height = 33
  56.       TabOrder = 0
  57.       Kind = bkOK
  58.       Style = bsNew
  59.     end
  60.     object BitBtn2: TBitBtn
  61.       Left = 112
  62.       Top = 8
  63.       Width = 89
  64.       Height = 33
  65.       TabOrder = 1
  66.       Kind = bkCancel
  67.       Style = bsNew
  68.     end
  69.   end
  70.   object ToName: TEdit
  71.     Left = 72
  72.     Top = 40
  73.     Width = 121
  74.     Height = 24
  75.     TabOrder = 2
  76.   end
  77. end
  78.